home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / nikole.dir / 00034_Script_backRollOver < prev    next >
Text File  |  1999-03-01  |  362b  |  20 lines

  1.  
  2. on mouseEnter me
  3.   set the member of sprite the currentSpriteNum to "backON"
  4. --  cursor -1
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to "backOFF"
  9. --  cursor 200
  10. end
  11.  
  12. on mouseDown me
  13.   repeat with i = 1 to 6 
  14.     if soundBusy(i) then sound stop i
  15.   end repeat
  16.   
  17.   GO TO frame "welcomeBack" of MOVIE "INTRO"
  18.   
  19. end
  20.